home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / nm-dhcp-client.conf < prev    next >
Text File  |  2008-10-20  |  512b  |  15 lines

  1. <!DOCTYPE busconfig PUBLIC
  2.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <busconfig>
  5.         <policy user="root">
  6.                 <allow own="org.freedesktop.nm_dhcp_client"/>
  7.         <allow send_interface="org.freedesktop.nm_dhcp_client"/>
  8.         </policy>
  9.         <policy context="default">
  10.                 <deny own="org.freedesktop.nm_dhcp_client"/>
  11.         <deny send_interface="org.freedesktop.nm_dhcp_client"/>
  12.         </policy>
  13. </busconfig>
  14.  
  15.